From 15bda507e97d5bc05e066404b011dca9c3ac14d0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 4 Jan 2008 05:45:18 +0000 Subject: [PATCH] (Faces): Don't talk about internal face vector as arg to facep. --- lispref/display.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lispref/display.texi b/lispref/display.texi index 2d129f62642..76ac64dd658 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -1736,8 +1736,7 @@ faces in Lisp programs by the symbols that name them. @defun facep object This function returns @code{t} if @var{object} is a face name string -or symbol (or if it is a vector of the kind used internally to record -face data). It returns @code{nil} otherwise. +or symbol. It returns @code{nil} otherwise. @end defun Each face name is meaningful for all frames, and by default it has the -- 2.30.2